home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / FD2Inline / configure.in < prev    next >
Encoding:
Text File  |  1997-07-04  |  177 b   |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(fd2inline.c)
  3.  
  4. AC_PROG_CC
  5. AC_PROG_INSTALL
  6. AC_PROG_RANLIB
  7. AC_PROG_AWK
  8.  
  9. AC_OUTPUT(Makefile lib/Makefile)
  10.